I’m developing a tui for lemmy :).

It’s in a very early stage of development, i’m looking forward to improve my Rust skills by working on this project (this is my first rust project)

  • @nutomicMA
    link
    123 years ago

    FYI you could pull in this crate to reuse our api structs and not redefine everything. Problem is that it pulls in diesel and other stuff, so it will slow down clean builds a lot.

    • LunaticHackerOP
      link
      93 years ago

      I’m not planning to implement the full api, so I’ll use it as a reference. thank you 🥰

    • DessalinesA
      link
      83 years ago

      I’ve never messed with crate features, but maybe we could use that somehow…

      And unfortunately the views are defined in other crates too. It might be necessary to write a rust api client from scratch if more projects are going to use it.