Andreas Linz
5009665e9c
Add copyright owner information
Closes #8
8 months ago
Andreas Linz
1eb8a79c91
Use Rust 2018 edition
The changes were done automatically using:
$ cargo +nightly fix --edition
9 months ago
Andreas Linz
a9074b1517
Remove Travis CI with Github Actions
1 year ago
Andreas Linz
398e40b552
Add Github Actions
1 year ago
Andreas Linz
2030917cde
Set version to 0.3.0
1 year ago
Andreas Linz
cf94883368
Merge branch 'remove-option-from-message-args'
1 year ago
Andreas Linz
9647a293e9
Remove Option from OscMessage arguments
Wrapping the arguments of an OscMessage in an Option was redundant
since an empty vector provides the same information.
This closes #7
1 year ago
Andreas Linz
e9d0047054
Replace unwrap with if let
1 year ago
Andreas Linz
e9b54ff1f7
cargo fmt
1 year ago
Andreas Linz
dd0b665a7c
Update version to 0.2.0
1 year ago
Andreas Linz
a161a7390c
Apply minor clippy lints
1 year ago
Andreas Linz
90b243f1a8
Replace into_iter with iter call
This will prevent an unnecessary move of the array.
1 year ago
Andreas Linz
dd53f62be1
Apply cargo fmt
1 year ago
Andreas Linz
59bc538f4d
Merge pull request #6 from bitzl/osc-array-type
Add OscArray type
1 year ago
Marcus Bitzl
c9e5ca2894
Add decoder test for OscArray
1 year ago
Marcus Bitzl
b25b0cd0bf
Add proper type abstraction
1 year ago
Marcus Bitzl
d377e796d6
Fix extra char in MIDI type tag
1 year ago
Marcus Bitzl
293640f054
Add OSC array decoding
1 year ago
Marcus Bitzl
f74cb1f054
Improve code according to review
1 year ago
Marcus Bitzl
d1d1e7c418
Experimental OSC array type encoding
1 year ago
Andreas Linz
41ae8bd024
Update .gitignore
1 year ago
Andreas Linz
9b932ed057
Update to 0.1.6
1 year ago
Andreas Linz
370e1941da
Merge pull request #4 from tonikasoft/master
implement From<&str> for OscType
1 year ago
Ales Tsurko
0f9d327219
implement From<&str> for OscType
1 year ago
Andreas Linz
7713c0ee31
Run cargo format
2 years ago
Andreas Linz
07f5cee054
Remove unused import
2 years ago
Andreas Linz
a799b43bf2
Update byteorder crate to v1
2 years ago
Andreas Linz
d25e2f1ffc
Add deps.rs badge
2 years ago
Andreas Linz
68e1993688
Change rustdoc link to docs.rs/rosc
3 years ago
Andreas Linz
27be866496
Merge pull request #3 from kisielk/patch-1
Fix Crates.io badge
3 years ago
Andreas Linz
5bac9b463e
Merge pull request #2 from kisielk/update-try
Replace uses of try! with ? for results
3 years ago
Kamil Kisiel
038f8b5340
Fix Crates.io badge
It was pointing to the wrong project
3 years ago
Kamil Kisiel
2e2fef6bc1
Replace uses of try! with ?
3 years ago
Andreas Linz
431d4de6f6
Add contributors list
3 years ago
Andreas Linz
d113da7142
Use type conversions where possible
3 years ago
Andreas Linz
e0d3350a30
Add a simple decoder benchmark
4 years ago
Andreas Linz
775cab5f24
Bump to 0.1.5
Updated byteorder crate.
4 years ago
Andreas Linz
a81c64e9cd
rustfmt
4 years ago
Andreas Linz
9674839e28
Merge pull request #1 from eeeeeta/master
Add some helpful impls to OSC types to make working with them easier
3 years ago
eeeeeta
8f2591f08e
add basic impl for OscType::Time
3 years ago
eeeeeta
9585094a13
add helpful impls on OscType
3 years ago
eeeeeta
234983c655
Add From<String> and From<&str> for OscMessage
3 years ago
Andreas Linz
d27f4cd177
Remove deprecated ByteOrder error type
e429dfb9cc
removes the ByteOrder's error type because it was a simple wrapper on
`io::Error` and `read_exact` method is marked as stable since Rust 1.6.
4 years ago
Andreas Linz
99984abd55
Update dependencies
4 years ago
Andreas Linz
3b4911c29c
Make clippy an optional feature
4 years ago
Andreas Linz
31bab3ecfe
Replace URL with link
4 years ago
Andreas Linz
4ac70c28e7
Use `is_empty()` instead of range checks
4 years ago
Andreas Linz
4df1731104
Remove redundant closures
4 years ago
Andreas Linz
d230b7f45c
Replace with non-mutable borrow
4 years ago
Andreas Linz
d2a889c66c
Update dependencies and add clippy
4 years ago