Python
Java
JavaScript
Android
Golang
C/C++
Swift
PHP
Node.js
Ruby
.NET
More
React
Linux
Rust
Vue.js
Flutter
Command-line
Network programming
Database
Applications
IDEs
More...
Home
/
Rust
/
Automotive
Automotive
Automotive
Search
Newest releases
Newest releases
Most popular
Automotive
326
tokio-console prototypes
tokio-console prototypes ⚠️ extremely serious warning: this is pre-alpha, proof-of-concept software! currently, the wire format has no stability guara
Automotive
151
Transform Linux Audit logs for SIEM usage
Linux Audit – Usable, Robust, Easy Logging TLDR: Instead of audit events that look like this… type=EXECVE msg=audit(1626611363.720:348501): argc=3 a0=
Automotive
14
lin-bus — LIN bus driver traits and protocol implementation
lin-bus-rs LIN bus driver traits and protocol implementation of the 2.2A specification. Currently only the frame level for reading and writing frames
Automotive
33
Asynchronous Linux SocketCAN sockets with tokio
tokio-socketcan SocketCAN support for tokio based on the socketcan crate. Example echo server use futures::stream::Stream; use futures::future::{self,
Automotive
97
socketcan — Linux SocketCAN library
Rust SocketCAN support The Linux kernel supports using CAN-devices through a network-like API (
Automotive
6
Asynchronous Linux SocketCAN - Broadcast Manager support (BCM) with tokio
tokio-socketcan-bcm The Broadcast Manager protocol provides a command based configuration interface to filter and send (e.g. cyclic) CAN messages in k
Automotive
53
can-dbc — A parser for the DBC format
can-dbc A CAN-dbc format parser written with Rust's nom parser combinator library. 1. Example Read dbc file and generate Rust structs based on the mes
Automotive
7
TuneUtils — Utilities for interfacing with, diagnosing, and tuning car
TuneUtils A lightweight library with vehicle tuning utilities. This includes utilities for communicating with OBD-II services, firmware downloading/fl
Automotive
21
A Rust library for parsing the SOME/IP network protocol
someip_parse A Rust library for parsing the SOME/IP network protocol (without payload interpretation). Usage Add the following to your Cargo.toml: [de
Automotive
28
dlt_parse — Rust DLT (Diagnostic Log and Trace) packet parser
dlt_parse A zero allocation rust library for basic parsing & writing DLT (Diagnostic Log and Trace) packets. Currently only the parsing and writing of
Categories
Rust
3378
Encoding JSON
43
Applications
36
Asynchronous
112
Audio and Music
58
Authentication
31
Automotive
12
Build system
43
Caching
32
Cargo plugins
46
Command-line
418
Compression
22
Computation
18
Concurrency
70
Configuration
28
Cryptocurrencies
96
Cryptography
130
Data processing
14
Data structures
182
Data visualization
16
Database
74
Database interfaces
35
Date and time
17
Debugging
55
Deployment
69
Development tools
27
Distributed systems
14
Email
20
Embedded
4
Embedded development
90
Emulators
29
Encoding Binary
4
Encoding Multimedia
3
Encoding XML
10
Encoding YAML
8
Filesystem
91
Foreign Function Interface
101
Game development
106
Games
62
Genetic algorithms
12
Geospatial
3
Graphics
71
GUI
167
HTTP Client
52
IDEs
32
Image processing
101
Industrial automation
3
Logging
11
Machine learning
68
macOS APIs
10
Math
46
Memory management
40
Miscellaneous
162
Mobile
4
Network programming
133
No standard library
34
Observability
2
Operating systems
21
Parsing
75
Platform specific
12
Procedural macros
40
Productivity
2
Profiling
28
Resources
13
Science
44
Scripting
17
Security tools
57
Simulation
1
Static Site Generators
20
System tools
54
Template engine
65
Testing
83
Text editors
40
Text processing
69
Text search
21
Unix APIs
33
Utilities
439
Value formatting
9
Video
27
Virtualization
34
Web programming
82
Web Servers
83
WebAssembly
21
WebSocket
17
Windows APIs
18
Most popular
More
01
tokio-console prototypes
02
Transform Linux Audit logs for SIEM usage
03
socketcan — Linux SocketCAN library
04
can-dbc — A parser for the DBC format
05
Asynchronous Linux SocketCAN sockets with tokio
06
dlt_parse — Rust DLT (Diagnostic Log and Trace) packet parser
07
A Rust library for parsing the SOME/IP network protocol
08
lin-bus — LIN bus driver traits and protocol implementation
09
TuneUtils — Utilities for interfacing with, diagnosing, and tuning car
10
Asynchronous Linux SocketCAN - Broadcast Manager support (BCM) with tokio