Skip to content
/ crates Public

Our collection of open sourced crates

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

wykies/crates

Repository files navigation

Wykies Open Source Rust Crates

These are creates we decided to share are they were not the differentiating part of applications that we develop. They vary in levels of maturity and speed of development is you are interested in a particular one reach and and we can probably publish stable version to crates.io.

Brief points to be aware of when looking into any creates in this repo:

  • Feature flags on crates are documented with comments in their respective Cargo.toml files.
  • Servers built using this framework need to enable the desired encryption options for the sqlx crate (See sqlx readme and Demo chat server for an example).
  • The plugins are treated as first party code. There is not security separation. If that is needed do NOT give them access to the same database you use for the rest of your application. It was more designed for them to be able to be reused not to be sandboxed. Also pay attention to what routes they are adding to your application.

License

All code in this repository is dual-licensed under either:

  • Apache License, Version 2.0
  • MIT license

at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both as noted in this issue on Bevy's repo.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Credits

About

Our collection of open sourced crates

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published