Giter VIP home page Giter VIP logo

harmony_rust_sdk's People

Contributors

bluskript avatar dependabot[bot] avatar pontaoski avatar yusdacra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

c0ding defi-ninja

harmony_rust_sdk's Issues

fix: build broken on windows

For some weird reason, protoc on windows builds complain that a path is missing, but the path is actually there.

feat: seperate client frameworks

Ideally there should be two seperate clients: one "stateless" and one "stateful", stateful one basically being a batteries included higher level API while the stateless one is for people who don't need the full stateful client (or they just want more flexibility).

Server API (and crate seperation)

It's probably best to seperate the stuff into seperate crates. Probably:

  • harmony_api: holds generated api code (control server / client code generation via a feature)
  • harmony_api_macros: macros we'll use in api crates
  • harmony_client_api: client api methods, client: &Client should be made generic using something like AsMut<...Service> instead
  • harmony_federation_api: same as above but for server
  • harmony_client_stateless: stateless client #3
  • harmony_client_stateful: stateful client #3

and a harmony crate which re-exports these controlled with feature gates. Pretty much like ruma structure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.