Skip to content

Common location for utilities used by multiple devices on the car.

License

Notifications You must be signed in to change notification settings

team-arrow-racing/solar-car-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar Car

This is a common library shared between device projects to facilitate shared communication and deduplication of utility code.

Whilst this is a cargo library, it is not intended to be published to the crate registry.

How to use

Since this project is not published to crates.io, please include it in your project by referencing the Git repository directly.

[dependencies.solar-car]
version = "0.1.1"
git = "https://gitlab.com/team-arrow-racing/arrow-3/solar-car"

or via the CLI

cargo add solar-car --git "https://gitlab.com/team-arrow-racing/arrow-3/solar-car"

What this should contain

  • Utility functionality useful to more than one application.
  • Drivers used by more than one device.
  • Common communication code.
  • Example code for design patterns we want to re-use.

What shouldn't this contain

  • Drivers that are better split out into their own crate. (see wurth-calypso).

Other useful tools

About

Common location for utilities used by multiple devices on the car.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages