Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Servo util refactor #372

Merged
merged 2 commits into from Apr 16, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Move generic util code from servo-gfx to top-level servo-util.

  • Loading branch information
Josh Aas
Josh Aas committed Apr 16, 2013
commit 95b5aaf3f03c8e83c14b85d3b8aa136ea6edfdae
File renamed without changes.
File renamed without changes.
@@ -0,0 +1,18 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#[link(name = "servo_util",
vers = "0.1",
uuid = "48421f49-17cf-41c5-a68e-ff669ff2ecd5",
url = "http://servo.org/")];
#[crate_type = "lib"];

extern mod std;

pub mod cache;
pub mod range;
pub mod time;
pub mod url;
pub mod vec;

File renamed without changes.
File renamed without changes.
File renamed without changes.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.