Implement native RLV state and permissions (#79)
Some checks failed
Native code generation / deterministic (push) Failing after 2m1s
Imaging and meshing gate / native (push) Successful in 5m22s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Successful in 30m44s
Some checks failed
Native code generation / deterministic (push) Failing after 2m1s
Imaging and meshing gate / native (push) Successful in 5m22s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Failing after 6m12s
Skia feature / linux (push) Successful in 30m44s
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,9 @@ extern crate self as libremetaverse_rlv;
|
||||
|
||||
mod generated;
|
||||
mod protocol;
|
||||
mod state;
|
||||
|
||||
pub use generated::*;
|
||||
pub use libremetaverse_types::Error;
|
||||
pub use protocol::*;
|
||||
pub use state::*;
|
||||
|
||||
2174
crates/libremetaverse-rlv/src/state.rs
Normal file
2174
crates/libremetaverse-rlv/src/state.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user