can-socket 0.3.5

no frills CAN sockets (synchronous or async with tokio)
Documentation
1
2
3
4
5
6
#[test]
fn compile_fail() {
	let try_build = trybuild::TestCases::new();
	try_build.full_build(true);
	try_build.compile_fail("tests/compile-fail/*.rs");
}