Skip to content

Serialization and Deserialization to/from Open Sound Control packets using Serde

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

Wallacoloo/serde_osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serde OSC

Serialization and deserialization of Open Sound Control 1.0 packets represented using structs/tuples/anything supported by serde.

Supports the 4 types specified in OSC 1.0: 'f', 'i', 's', 'b' corresponding to f32, i32, String and Vec<u8> ("blobs"), respectively, as well as nested OSC bundles. Note that blobs must be wrapped in serde_bytes' ByteBuf type.

Note that Serde_osc does not provide any utilities for routing OSC messages (i.e. delivering parsed messages to their respective handler).

Serde_osc should be considered beta software - its interface should not be considered stable.

Usage

Refer to the examples under examples/. They can be run with (e.g.)

$ cargo --run to_from_vec

For more detailed usage (including using OSC bundles), refer to the tests/ directory and the documentation (below).

Documentation

Documentation can be found over on docs.rs

License

Serde OSC tries to follow the same licensing as Serde. Serde OSC is licensed under either of

at your option.

Contribution

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

About

Serialization and Deserialization to/from Open Sound Control packets using Serde

Topics

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

 
 
 

Languages